home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_emacs.idb / usr / freeware / info / emacs-23.z / emacs-23
Encoding:
GNU Info File  |  1998-10-28  |  30.4 KB  |  632 lines

  1. This is Info file ../info/emacs, produced by Makeinfo-1.63 from the
  2. input file emacs.texi.
  3.  
  4. 
  5. File: emacs,  Node: Subprocesses on MS-DOS,  Next: Windows Subprocesses,  Prev: Printing and MS-DOS,  Up: MS-DOS
  6.  
  7. Subprocesses on MS-DOS
  8. ======================
  9.  
  10.    Because MS-DOS is a single-process "operating system", asynchronous
  11. subprocesses are not available.  In particular, Shell mode and its
  12. variants do not work.  Most Emacs features that use asynchronous
  13. subprocesses also don't work on MS-DOS, including spelling correction
  14. and GUD.  When in doubt, try and see; commands that don't work print an
  15. error message saying that asynchronous processes aren't supported.
  16.  
  17.    Compilation under Emacs with `M-x compile' and grep with `M-x grep'
  18. do work, by running the inferior processes synchronously.  This means
  19. you cannot do any more editing until the compilation or the grep
  20. process finishes.
  21.  
  22.    Printing commands, such as `lpr-buffer' (*note Hardcopy::.) and
  23. `ps-print-buffer' (*note Postscript::.), work in MS-DOS by sending the
  24. output to one of the printer ports.  *Note Printing and MS-DOS::.
  25.  
  26.    When you run a subprocess synchronously on MS-DOS, make sure the
  27. program terminates and does not try to read keyboard input.  If the
  28. program does not terminate on its own, you will be unable to terminate
  29. it, because MS-DOS provides no general way to terminate a process.
  30.  
  31.    Accessing files on other machines is not supported on MS-DOS.  Other
  32. network-oriented commands such as sending mail, Web browsing, remote
  33. login, etc., don't work either, unless network access is built into
  34. MS-DOS with some network redirector.
  35.  
  36.    Dired on MS-DOS uses the `ls-lisp' package where other platforms use
  37. the system `ls' command.  Therefore, Dired on MS-DOS supports only some
  38. of the possible options you can mention in the `dired-listing-switches'
  39. variable.  The options that work are `-A', `-a', `-c', `-i', `-r', `-S',
  40. `-s', `-t', and `-u'.
  41.  
  42. 
  43. File: emacs,  Node: Windows Subprocesses,  Next: System Menu on Windows,  Prev: Subprocesses on MS-DOS,  Up: MS-DOS
  44.  
  45. Subprocesses on Windows 95 and Windows NT
  46. =========================================
  47.  
  48.    Subprocesses, both synchronous and asynchronous, work fine on both
  49. Windows 95 and Windows NT as long as you run only 32-bit Windows
  50. applications.  However, when you run a DOS application in a subprocess,
  51. you may encounter problems or be unable to run the application at all;
  52. and if you run two DOS applications at the same time in two
  53. subprocesses, you may have to reboot your system.
  54.  
  55.    Since the standard command interpreter (and most command line
  56. utilities) on Windows 95 are DOS applications, these problems are
  57. significant when using that system.  But there's nothing we can do
  58. about them; only Microsoft can fix them.
  59.  
  60.    If you run just one DOS application subprocess, the subprocess should
  61. work as expected as long as it is "well-behaved" and does not perform
  62. direct screen access or other unusual actions.  If you have a CPU
  63. monitor application, your machine will appear to be 100% busy even when
  64. the DOS application is idle, but this is only an artefact of the way CPU
  65. monitors measure processor load.
  66.  
  67.    You must terminate the DOS application before you start any other DOS
  68. application in a different subprocess.  Emacs is unable to interrupt or
  69. terminate a DOS subprocess.  The only way you can terminate such a
  70. subprocess is by giving it a command that tells its program to exit.
  71.  
  72.    If you attempt to run two DOS applications at the same time in
  73. separate subprocesses, the second one that is started will be suspended
  74. until the first one finishes, even if either or both of them are
  75. asynchronous.
  76.  
  77.    If you can go to the first subprocess, and tell it to exit, the
  78. second subprocess should continue normally.  However, if the second
  79. subprocess is synchronous, Emacs itself will be hung until the first
  80. subprocess finishes.  If it will not finish without user input, then
  81. you have no choice but to reboot if you are running on Windows 95.  If
  82. you are running on Windows NT, you can use a process viewer application
  83. to kill the appropriate instance of ntvdm instead (this will terminate
  84. both DOS subprocesses).
  85.  
  86.    If you have to reboot Windows 95 in this situation, do not use the
  87. `Shutdown' command on the `Start' menu; that usually hangs the system.
  88. Instead, type `CTL-ALT-DEL' and then choose `Shutdown'.  That usually
  89. works, although it may take a few minutes to do its job.
  90.  
  91. 
  92. File: emacs,  Node: System Menu on Windows,  Prev: Windows Subprocesses,  Up: MS-DOS
  93.  
  94. Using the System Menu on Windows
  95. ================================
  96.  
  97.    Emacs normally turns off the Windows feature that tapping the ALT
  98. key invokes the Windows menu.  The reason is that the ALT also serves
  99. as META in Emacs.  When using Emacs, users often press the META key
  100. temporarily and then change their minds; if this has the effect of
  101. bringing up the Windows menu, it alters the meaning of subsequent
  102. commands.  Many users find this frustrating.
  103.  
  104.    You can reenable Windows's default handling of tapping the ALT key
  105. by setting `win32-pass-alt-to-system' to a non-`nil' value.
  106.  
  107. 
  108. File: emacs,  Node: Manifesto,  Prev: MS-DOS,  Up: Top
  109.  
  110. The GNU Manifesto
  111. *****************
  112.  
  113.      The GNU Manifesto which appears below was written by Richard
  114.      Stallman at the beginning of the GNU project, to ask for
  115.      participation and support.  For the first few years, it was
  116.      updated in minor ways to account for developments, but now it
  117.      seems best to leave it unchanged as most people have seen it.
  118.  
  119.      Since that time, we have learned about certain common
  120.      misunderstandings that different wording could help avoid.
  121.      Footnotes added in 1993 help clarify these points.
  122.  
  123.      For up-to-date information about the available GNU software,
  124.      please see the latest issue of the GNU's Bulletin.  The list is
  125.      much too long to include here.
  126.  
  127. What's GNU?  Gnu's Not Unix!
  128. ============================
  129.  
  130.    GNU, which stands for Gnu's Not Unix, is the name for the complete
  131. Unix-compatible software system which I am writing so that I can give it
  132. away free to everyone who can use it.(1) Several other volunteers are
  133. helping me.  Contributions of time, money, programs and equipment are
  134. greatly needed.
  135.  
  136.    So far we have an Emacs text editor with Lisp for writing editor
  137. commands, a source level debugger, a yacc-compatible parser generator,
  138. a linker, and around 35 utilities.  A shell (command interpreter) is
  139. nearly completed.  A new portable optimizing C compiler has compiled
  140. itself and may be released this year.  An initial kernel exists but
  141. many more features are needed to emulate Unix.  When the kernel and
  142. compiler are finished, it will be possible to distribute a GNU system
  143. suitable for program development.  We will use TeX as our text
  144. formatter, but an nroff is being worked on.  We will use the free,
  145. portable X window system as well.  After this we will add a portable
  146. Common Lisp, an Empire game, a spreadsheet, and hundreds of other
  147. things, plus on-line documentation.  We hope to supply, eventually,
  148. everything useful that normally comes with a Unix system, and more.
  149.  
  150.    GNU will be able to run Unix programs, but will not be identical to
  151. Unix.  We will make all improvements that are convenient, based on our
  152. experience with other operating systems.  In particular, we plan to
  153. have longer file names, file version numbers, a crashproof file system,
  154. file name completion perhaps, terminal-independent display support, and
  155. perhaps eventually a Lisp-based window system through which several
  156. Lisp programs and ordinary Unix programs can share a screen.  Both C
  157. and Lisp will be available as system programming languages.  We will
  158. try to support UUCP, MIT Chaosnet, and Internet protocols for
  159. communication.
  160.  
  161.    GNU is aimed initially at machines in the 68000/16000 class with
  162. virtual memory, because they are the easiest machines to make it run
  163. on.  The extra effort to make it run on smaller machines will be left
  164. to someone who wants to use it on them.
  165.  
  166.    To avoid horrible confusion, please pronounce the `G' in the word
  167. `GNU' when it is the name of this project.
  168.  
  169. Why I Must Write GNU
  170. ====================
  171.  
  172.    I consider that the golden rule requires that if I like a program I
  173. must share it with other people who like it.  Software sellers want to
  174. divide the users and conquer them, making each user agree not to share
  175. with others.  I refuse to break solidarity with other users in this
  176. way.  I cannot in good conscience sign a nondisclosure agreement or a
  177. software license agreement.  For years I worked within the Artificial
  178. Intelligence Lab to resist such tendencies and other inhospitalities,
  179. but eventually they had gone too far: I could not remain in an
  180. institution where such things are done for me against my will.
  181.  
  182.    So that I can continue to use computers without dishonor, I have
  183. decided to put together a sufficient body of free software so that I
  184. will be able to get along without any software that is not free.  I
  185. have resigned from the AI lab to deny MIT any legal excuse to prevent
  186. me from giving GNU away.
  187.  
  188. Why GNU Will Be Compatible with Unix
  189. ====================================
  190.  
  191.    Unix is not my ideal system, but it is not too bad.  The essential
  192. features of Unix seem to be good ones, and I think I can fill in what
  193. Unix lacks without spoiling them.  And a system compatible with Unix
  194. would be convenient for many other people to adopt.
  195.  
  196. How GNU Will Be Available
  197. =========================
  198.  
  199.    GNU is not in the public domain.  Everyone will be permitted to
  200. modify and redistribute GNU, but no distributor will be allowed to
  201. restrict its further redistribution.  That is to say, proprietary
  202. modifications will not be allowed.  I want to make sure that all
  203. versions of GNU remain free.
  204.  
  205. Why Many Other Programmers Want to Help
  206. =======================================
  207.  
  208.    I have found many other programmers who are excited about GNU and
  209. want to help.
  210.  
  211.    Many programmers are unhappy about the commercialization of system
  212. software.  It may enable them to make more money, but it requires them
  213. to feel in conflict with other programmers in general rather than feel
  214. as comrades.  The fundamental act of friendship among programmers is the
  215. sharing of programs; marketing arrangements now typically used
  216. essentially forbid programmers to treat others as friends.  The
  217. purchaser of software must choose between friendship and obeying the
  218. law.  Naturally, many decide that friendship is more important.  But
  219. those who believe in law often do not feel at ease with either choice.
  220. They become cynical and think that programming is just a way of making
  221. money.
  222.  
  223.    By working on and using GNU rather than proprietary programs, we can
  224. be hospitable to everyone and obey the law.  In addition, GNU serves as
  225. an example to inspire and a banner to rally others to join us in
  226. sharing.  This can give us a feeling of harmony which is impossible if
  227. we use software that is not free.  For about half the programmers I
  228. talk to, this is an important happiness that money cannot replace.
  229.  
  230. How You Can Contribute
  231. ======================
  232.  
  233.    I am asking computer manufacturers for donations of machines and
  234. money.  I'm asking individuals for donations of programs and work.
  235.  
  236.    One consequence you can expect if you donate machines is that GNU
  237. will run on them at an early date.  The machines should be complete,
  238. ready to use systems, approved for use in a residential area, and not
  239. in need of sophisticated cooling or power.
  240.  
  241.    I have found very many programmers eager to contribute part-time
  242. work for GNU.  For most projects, such part-time distributed work would
  243. be very hard to coordinate; the independently-written parts would not
  244. work together.  But for the particular task of replacing Unix, this
  245. problem is absent.  A complete Unix system contains hundreds of utility
  246. programs, each of which is documented separately.  Most interface
  247. specifications are fixed by Unix compatibility.  If each contributor
  248. can write a compatible replacement for a single Unix utility, and make
  249. it work properly in place of the original on a Unix system, then these
  250. utilities will work right when put together.  Even allowing for Murphy
  251. to create a few unexpected problems, assembling these components will
  252. be a feasible task.  (The kernel will require closer communication and
  253. will be worked on by a small, tight group.)
  254.  
  255.    If I get donations of money, I may be able to hire a few people full
  256. or part time.  The salary won't be high by programmers' standards, but
  257. I'm looking for people for whom building community spirit is as
  258. important as making money.  I view this as a way of enabling dedicated
  259. people to devote their full energies to working on GNU by sparing them
  260. the need to make a living in another way.
  261.  
  262. Why All Computer Users Will Benefit
  263. ===================================
  264.  
  265.    Once GNU is written, everyone will be able to obtain good system
  266. software free, just like air.(2)
  267.  
  268.    This means much more than just saving everyone the price of a Unix
  269. license.  It means that much wasteful duplication of system programming
  270. effort will be avoided.  This effort can go instead into advancing the
  271. state of the art.
  272.  
  273.    Complete system sources will be available to everyone.  As a result,
  274. a user who needs changes in the system will always be free to make them
  275. himself, or hire any available programmer or company to make them for
  276. him.  Users will no longer be at the mercy of one programmer or company
  277. which owns the sources and is in sole position to make changes.
  278.  
  279.    Schools will be able to provide a much more educational environment
  280. by encouraging all students to study and improve the system code.
  281. Harvard's computer lab used to have the policy that no program could be
  282. installed on the system if its sources were not on public display, and
  283. upheld it by actually refusing to install certain programs.  I was very
  284. much inspired by this.
  285.  
  286.    Finally, the overhead of considering who owns the system software
  287. and what one is or is not entitled to do with it will be lifted.
  288.  
  289.    Arrangements to make people pay for using a program, including
  290. licensing of copies, always incur a tremendous cost to society through
  291. the cumbersome mechanisms necessary to figure out how much (that is,
  292. which programs) a person must pay for.  And only a police state can
  293. force everyone to obey them.  Consider a space station where air must
  294. be manufactured at great cost: charging each breather per liter of air
  295. may be fair, but wearing the metered gas mask all day and all night is
  296. intolerable even if everyone can afford to pay the air bill.  And the
  297. TV cameras everywhere to see if you ever take the mask off are
  298. outrageous.  It's better to support the air plant with a head tax and
  299. chuck the masks.
  300.  
  301.    Copying all or parts of a program is as natural to a programmer as
  302. breathing, and as productive.  It ought to be as free.
  303.  
  304. Some Easily Rebutted Objections to GNU's Goals
  305. ==============================================
  306.  
  307.      "Nobody will use it if it is free, because that means they can't
  308.      rely on any support."
  309.  
  310.      "You have to charge for the program to pay for providing the
  311.      support."
  312.  
  313.    If people would rather pay for GNU plus service than get GNU free
  314. without service, a company to provide just service to people who have
  315. obtained GNU free ought to be profitable.(3)
  316.  
  317.    We must distinguish between support in the form of real programming
  318. work and mere handholding.  The former is something one cannot rely on
  319. from a software vendor.  If your problem is not shared by enough
  320. people, the vendor will tell you to get lost.
  321.  
  322.    If your business needs to be able to rely on support, the only way
  323. is to have all the necessary sources and tools.  Then you can hire any
  324. available person to fix your problem; you are not at the mercy of any
  325. individual.  With Unix, the price of sources puts this out of
  326. consideration for most businesses.  With GNU this will be easy.  It is
  327. still possible for there to be no available competent person, but this
  328. problem cannot be blamed on distribution arrangements.  GNU does not
  329. eliminate all the world's problems, only some of them.
  330.  
  331.    Meanwhile, the users who know nothing about computers need
  332. handholding: doing things for them which they could easily do
  333. themselves but don't know how.
  334.  
  335.    Such services could be provided by companies that sell just
  336. hand-holding and repair service.  If it is true that users would rather
  337. spend money and get a product with service, they will also be willing
  338. to buy the service having got the product free.  The service companies
  339. will compete in quality and price; users will not be tied to any
  340. particular one.  Meanwhile, those of us who don't need the service
  341. should be able to use the program without paying for the service.
  342.  
  343.      "You cannot reach many people without advertising, and you must
  344.      charge for the program to support that."
  345.  
  346.      "It's no use advertising a program people can get free."
  347.  
  348.    There are various forms of free or very cheap publicity that can be
  349. used to inform numbers of computer users about something like GNU.  But
  350. it may be true that one can reach more microcomputer users with
  351. advertising.  If this is really so, a business which advertises the
  352. service of copying and mailing GNU for a fee ought to be successful
  353. enough to pay for its advertising and more.  This way, only the users
  354. who benefit from the advertising pay for it.
  355.  
  356.    On the other hand, if many people get GNU from their friends, and
  357. such companies don't succeed, this will show that advertising was not
  358. really necessary to spread GNU.  Why is it that free market advocates
  359. don't want to let the free market decide this?(4)
  360.  
  361.      "My company needs a proprietary operating system to get a
  362.      competitive edge."
  363.  
  364.    GNU will remove operating system software from the realm of
  365. competition.  You will not be able to get an edge in this area, but
  366. neither will your competitors be able to get an edge over you.  You and
  367. they will compete in other areas, while benefiting mutually in this
  368. one.  If your business is selling an operating system, you will not
  369. like GNU, but that's tough on you.  If your business is something else,
  370. GNU can save you from being pushed into the expensive business of
  371. selling operating systems.
  372.  
  373.    I would like to see GNU development supported by gifts from many
  374. manufacturers and users, reducing the cost to each.(5)
  375.  
  376.      "Don't programmers deserve a reward for their creativity?"
  377.  
  378.    If anything deserves a reward, it is social contribution.
  379. Creativity can be a social contribution, but only in so far as society
  380. is free to use the results.  If programmers deserve to be rewarded for
  381. creating innovative programs, by the same token they deserve to be
  382. punished if they restrict the use of these programs.
  383.  
  384.      "Shouldn't a programmer be able to ask for a reward for his
  385.      creativity?"
  386.  
  387.    There is nothing wrong with wanting pay for work, or seeking to
  388. maximize one's income, as long as one does not use means that are
  389. destructive.  But the means customary in the field of software today
  390. are based on destruction.
  391.  
  392.    Extracting money from users of a program by restricting their use of
  393. it is destructive because the restrictions reduce the amount and the
  394. ways that the program can be used.  This reduces the amount of wealth
  395. that humanity derives from the program.  When there is a deliberate
  396. choice to restrict, the harmful consequences are deliberate destruction.
  397.  
  398.    The reason a good citizen does not use such destructive means to
  399. become wealthier is that, if everyone did so, we would all become
  400. poorer from the mutual destructiveness.  This is Kantian ethics; or,
  401. the Golden Rule.  Since I do not like the consequences that result if
  402. everyone hoards information, I am required to consider it wrong for one
  403. to do so.  Specifically, the desire to be rewarded for one's creativity
  404. does not justify depriving the world in general of all or part of that
  405. creativity.
  406.  
  407.      "Won't programmers starve?"
  408.  
  409.    I could answer that nobody is forced to be a programmer.  Most of us
  410. cannot manage to get any money for standing on the street and making
  411. faces.  But we are not, as a result, condemned to spend our lives
  412. standing on the street making faces, and starving.  We do something
  413. else.
  414.  
  415.    But that is the wrong answer because it accepts the questioner's
  416. implicit assumption: that without ownership of software, programmers
  417. cannot possibly be paid a cent.  Supposedly it is all or nothing.
  418.  
  419.    The real reason programmers will not starve is that it will still be
  420. possible for them to get paid for programming; just not paid as much as
  421. now.
  422.  
  423.    Restricting copying is not the only basis for business in software.
  424. It is the most common basis because it brings in the most money.  If it
  425. were prohibited, or rejected by the customer, software business would
  426. move to other bases of organization which are now used less often.
  427. There are always numerous ways to organize any kind of business.
  428.  
  429.    Probably programming will not be as lucrative on the new basis as it
  430. is now.  But that is not an argument against the change.  It is not
  431. considered an injustice that sales clerks make the salaries that they
  432. now do.  If programmers made the same, that would not be an injustice
  433. either.  (In practice they would still make considerably more than
  434. that.)
  435.  
  436.      "Don't people have a right to control how their creativity is
  437.      used?"
  438.  
  439.    "Control over the use of one's ideas" really constitutes control over
  440. other people's lives; and it is usually used to make their lives more
  441. difficult.
  442.  
  443.    People who have studied the issue of intellectual property rights
  444. carefully (such as lawyers) say that there is no intrinsic right to
  445. intellectual property.  The kinds of supposed intellectual property
  446. rights that the government recognizes were created by specific acts of
  447. legislation for specific purposes.
  448.  
  449.    For example, the patent system was established to encourage
  450. inventors to disclose the details of their inventions.  Its purpose was
  451. to help society rather than to help inventors.  At the time, the life
  452. span of 17 years for a patent was short compared with the rate of
  453. advance of the state of the art.  Since patents are an issue only among
  454. manufacturers, for whom the cost and effort of a license agreement are
  455. small compared with setting up production, the patents often do not do
  456. much harm.  They do not obstruct most individuals who use patented
  457. products.
  458.  
  459.    The idea of copyright did not exist in ancient times, when authors
  460. frequently copied other authors at length in works of non-fiction.  This
  461. practice was useful, and is the only way many authors' works have
  462. survived even in part.  The copyright system was created expressly for
  463. the purpose of encouraging authorship.  In the domain for which it was
  464. invented--books, which could be copied economically only on a printing
  465. press--it did little harm, and did not obstruct most of the individuals
  466. who read the books.
  467.  
  468.    All intellectual property rights are just licenses granted by society
  469. because it was thought, rightly or wrongly, that society as a whole
  470. would benefit by granting them.  But in any particular situation, we
  471. have to ask: are we really better off granting such license?  What kind
  472. of act are we licensing a person to do?
  473.  
  474.    The case of programs today is very different from that of books a
  475. hundred years ago.  The fact that the easiest way to copy a program is
  476. from one neighbor to another, the fact that a program has both source
  477. code and object code which are distinct, and the fact that a program is
  478. used rather than read and enjoyed, combine to create a situation in
  479. which a person who enforces a copyright is harming society as a whole
  480. both materially and spiritually; in which a person should not do so
  481. regardless of whether the law enables him to.
  482.  
  483.      "Competition makes things get done better."
  484.  
  485.    The paradigm of competition is a race: by rewarding the winner, we
  486. encourage everyone to run faster.  When capitalism really works this
  487. way, it does a good job; but its defenders are wrong in assuming it
  488. always works this way.  If the runners forget why the reward is offered
  489. and become intent on winning, no matter how, they may find other
  490. strategies--such as, attacking other runners.  If the runners get into
  491. a fist fight, they will all finish late.
  492.  
  493.    Proprietary and secret software is the moral equivalent of runners
  494. in a fist fight.  Sad to say, the only referee we've got does not seem
  495. to object to fights; he just regulates them ("For every ten yards you
  496. run, you can fire one shot").  He really ought to break them up, and
  497. penalize runners for even trying to fight.
  498.  
  499.      "Won't everyone stop programming without a monetary incentive?"
  500.  
  501.    Actually, many people will program with absolutely no monetary
  502. incentive.  Programming has an irresistible fascination for some
  503. people, usually the people who are best at it.  There is no shortage of
  504. professional musicians who keep at it even though they have no hope of
  505. making a living that way.
  506.  
  507.    But really this question, though commonly asked, is not appropriate
  508. to the situation.  Pay for programmers will not disappear, only become
  509. less.  So the right question is, will anyone program with a reduced
  510. monetary incentive?  My experience shows that they will.
  511.  
  512.    For more than ten years, many of the world's best programmers worked
  513. at the Artificial Intelligence Lab for far less money than they could
  514. have had anywhere else.  They got many kinds of non-monetary rewards:
  515. fame and appreciation, for example.  And creativity is also fun, a
  516. reward in itself.
  517.  
  518.    Then most of them left when offered a chance to do the same
  519. interesting work for a lot of money.
  520.  
  521.    What the facts show is that people will program for reasons other
  522. than riches; but if given a chance to make a lot of money as well, they
  523. will come to expect and demand it.  Low-paying organizations do poorly
  524. in competition with high-paying ones, but they do not have to do badly
  525. if the high-paying ones are banned.
  526.  
  527.      "We need the programmers desperately.  If they demand that we stop
  528.      helping our neighbors, we have to obey."
  529.  
  530.    You're never so desperate that you have to obey this sort of demand.
  531. Remember: millions for defense, but not a cent for tribute!
  532.  
  533.      "Programmers need to make a living somehow."
  534.  
  535.    In the short run, this is true.  However, there are plenty of ways
  536. that programmers could make a living without selling the right to use a
  537. program.  This way is customary now because it brings programmers and
  538. businessmen the most money, not because it is the only way to make a
  539. living.  It is easy to find other ways if you want to find them.  Here
  540. are a number of examples.
  541.  
  542.    A manufacturer introducing a new computer will pay for the porting of
  543. operating systems onto the new hardware.
  544.  
  545.    The sale of teaching, hand-holding and maintenance services could
  546. also employ programmers.
  547.  
  548.    People with new ideas could distribute programs as freeware, asking
  549. for donations from satisfied users, or selling hand-holding services.
  550. I have met people who are already working this way successfully.
  551.  
  552.    Users with related needs can form users' groups, and pay dues.  A
  553. group would contract with programming companies to write programs that
  554. the group's members would like to use.
  555.  
  556.    All sorts of development can be funded with a Software Tax:
  557.  
  558.      Suppose everyone who buys a computer has to pay x percent of the
  559.      price as a software tax.  The government gives this to an agency
  560.      like the NSF to spend on software development.
  561.  
  562.      But if the computer buyer makes a donation to software development
  563.      himself, he can take a credit against the tax.  He can donate to
  564.      the project of his own choosing--often, chosen because he hopes to
  565.      use the results when it is done.  He can take a credit for any
  566.      amount of donation up to the total tax he had to pay.
  567.  
  568.      The total tax rate could be decided by a vote of the payers of the
  569.      tax, weighted according to the amount they will be taxed on.
  570.  
  571.      The consequences:
  572.  
  573.         * The computer-using community supports software development.
  574.  
  575.         * This community decides what level of support is needed.
  576.  
  577.         * Users who care which projects their share is spent on can
  578.           choose this for themselves.
  579.  
  580.    In the long run, making programs free is a step toward the
  581. post-scarcity world, where nobody will have to work very hard just to
  582. make a living.  People will be free to devote themselves to activities
  583. that are fun, such as programming, after spending the necessary ten
  584. hours a week on required tasks such as legislation, family counseling,
  585. robot repair and asteroid prospecting.  There will be no need to be
  586. able to make a living from programming.
  587.  
  588.    We have already greatly reduced the amount of work that the whole
  589. society must do for its actual productivity, but only a little of this
  590. has translated itself into leisure for workers because much
  591. nonproductive activity is required to accompany productive activity.
  592. The main causes of this are bureaucracy and isometric struggles against
  593. competition.  Free software will greatly reduce these drains in the
  594. area of software production.  We must do this, in order for technical
  595. gains in productivity to translate into less work for us.
  596.  
  597.    ---------- Footnotes ----------
  598.  
  599.    (1)  The wording here was careless.  The intention was that nobody
  600. would have to pay for *permission* to use the GNU system.  But the
  601. words don't make this clear, and people often interpret them as saying
  602. that copies of GNU should always be distributed at little or no charge.
  603. That was never the intent; later on, the manifesto mentions the
  604. possibility of companies providing the service of distribution for a
  605. profit.  Subsequently I have learned to distinguish carefully between
  606. "free" in the sense of freedom and "free" in the sense of price.  Free
  607. software is software that users have the freedom to distribute and
  608. change.  Some users may obtain copies at no charge, while others pay to
  609. obtain copies--and if the funds help support improving the software, so
  610. much the better.  The important thing is that everyone who has a copy
  611. has the freedom to cooperate with others in using it.
  612.  
  613.    (2)  This is another place I failed to distinguish carefully between
  614. the two different meanings of "free".  The statement as it stands is
  615. not false--you can get copies of GNU software at no charge, from your
  616. friends or over the net.  But it does suggest the wrong idea.
  617.  
  618.    (3)  Several such companies now exist.
  619.  
  620.    (4)  The Free Software Foundation raises most of its funds from a
  621. distribution service, although it is a charity rather than a company.
  622. If *no one* chooses to obtain copies by ordering from the FSF, it will
  623. be unable to do its work.  But this does not mean that proprietary
  624. restrictions are justified to force every user to pay.  If a small
  625. fraction of all the users order copies from the FSF, that is sufficient
  626. to keep the FSF afloat.  So we ask users to choose to support us in
  627. this way.  Have you done your part?
  628.  
  629.    (5)  A group of computer companies recently pooled funds to support
  630. maintenance of the GNU C Compiler.
  631.  
  632.